home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / CHIP Turkiye Ağustos 2000 CD2.iso / prog / deprem / tmscontrols.u32 / 0 / RCDATA / TFONTDROPDOWNFRM / TFONTDROPDOWNFRM.txt
Text File  |  1998-08-10  |  1KB  |  69 lines

  1. object FontDropDownFrm: TFontDropDownFrm
  2.   Left = 589
  3.   Top = 136
  4.   BorderStyle = bsNone
  5.   Caption = 'FontDropDownFrm'
  6.   ClientHeight = 201
  7.   ClientWidth = 173
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object ComboBox1: TFontComboBox
  16.     Left = 13
  17.     Top = 58
  18.     Width = 145
  19.     Height = 22
  20.     Items.Strings = (
  21.       'Arial'
  22.       'Arial Black'
  23.       'Arial MT Black'
  24.       'Arial Narrow'
  25.       'Benguiat Frisky ATT'
  26.       'Book Antiqua'
  27.       'Bookman Old Style'
  28.       'Bookshelf Symbol 1'
  29.       'Bookshelf Symbol 2'
  30.       'Bookshelf Symbol 3'
  31.       'Century Schoolbook'
  32.       'Comic Sans MS'
  33.       'Courier'
  34.       'Courier New'
  35.       'Fixedsys'
  36.       'Garamond'
  37.       'Gill Sans MT Shadow'
  38.       'Graphite Light ATT'
  39.       'Graphite Light Narrow ATT'
  40.       'Haettenschweiler'
  41.       'Impact'
  42.       'Lucida Casual'
  43.       'Marlett'
  44.       'Milestones'
  45.       'Modern'
  46.       'Monotype Sorts'
  47.       'MS LineDraw'
  48.       'MS Outlook'
  49.       'MS Sans Serif'
  50.       'MS Serif'
  51.       'Phyllis'
  52.       'Poster Bodoni ATT'
  53.       'Signet Roundhand ATT'
  54.       'Small Fonts'
  55.       'Symbol'
  56.       'Symbol'
  57.       'System'
  58.       'Tahoma'
  59.       'Terminal'
  60.       'Times New Roman'
  61.       'Verdana'
  62.       'Webdings'
  63.       'Wingdings')
  64.     TabOrder = 0
  65.     TTonly = False
  66.     UseItemFont = False
  67.   end
  68. end
  69.